home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.poz == "b")
- {
- if(0 < _root.draglej && _root.draglej != 5)
- {
- _root.d_venca.l = "mon_ns_" add random(_root.NS_NUMBER) add "_100";
- _root.d_venca.i = "go";
- }
- else if(_root.ii44 == 2)
- {
- _root.d_venca.l = "mon_046_100";
- _root.d_venca.i = "go";
- }
- else if(_root.ii43 == 2 || _root.ii45 == 2)
- {
- if(_root.ii43 == 2)
- {
- _root.itembar_remove(43);
- _root.ii43 = 3;
- }
- else
- {
- _root.itembar_remove(45);
- _root.ii45 = 3;
- }
- _root.venca.gotoAndPlay("kos");
- _root.d_venca.l = "mon_044_100";
- }
- else if(_root.ii43 == 1)
- {
- _root.d_venca.l = "mon_045h_100";
- _root.d_venca.i = "go";
- }
- else if(_root.ii44 == 1)
- {
- _root.d_venca.l = "mon_045f_100";
- _root.d_venca.i = "go";
- }
- else if(_root.ii45 == 1)
- {
- _root.d_venca.l = "mon_045k_100";
- _root.d_venca.i = "go";
- }
- else if(_root.st_chirurg < 2)
- {
- _root.d_venca.l = "mon_043_100";
- _root.d_venca.i = "go";
- }
- else
- {
- _root.d_venca.l = "mon_044_100";
- _root.d_venca.i = "go";
- }
- _root.stopdragall();
- _root.hideall();
- }
- else
- {
- _root.venca.gotoAndPlay(_root.poz add "b");
- _root.stopdragall();
- }
- }
-